(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/dos.h>
struct CommandLineInterface * Cli()
SYNOPSIS
LOCATION
In DOSBase at offset 82
FUNCTION
Returns a pointer to the CLI structure of the current process.
INPUTS
RESULT
Pointer to CLI structure.
NOTES
Do not use this function to test if the process was started from the shell. Check pr_CLI instead.
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
RCS file: /home/AROS/CVS/AROS/rom/dos/cli.c,v Working file: ../../rom/dos/cli.c head: 1.6 branch: locks: strict access list: symbolic names: REL_1_8: 1.3 AROS17: 1.3 alpha: 1.1.1.1 digulla: 1.1.1 keyword substitution: kv total revisions: 7; selected revisions: 7 description: ---------------------------- revision 1.6 date: 1997/01/27 00:36:15; author: ldp; state: Exp; lines: +8 -3 Polish ---------------------------- revision 1.5 date: 1996/12/09 13:53:22; author: aros; state: Exp; lines: +5 -2 Added empty templates for all missing functions Moved #include's into first column ---------------------------- revision 1.4 date: 1996/10/24 15:50:24; author: aros; state: Exp; lines: +9 -5 Use the official AROS macros over the __AROS versions. ---------------------------- revision 1.3 date: 1996/08/13 13:52:45; author: digulla; state: Exp; lines: +7 -4 Replaced
by "dos_intern.h" or added "dos_intern.h" Replaced __AROS_LA by __AROS_LHA ---------------------------- revision 1.2 date: 1996/08/01 17:40:48; author: digulla; state: Exp; lines: +1 -0 Added standard header for all files ---------------------------- revision 1.1 date: 1996/07/28 16:37:22; author: digulla; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 1996/07/28 16:37:22; author: digulla; state: Exp; lines: +0 -0 First CVS version of AROS =============================================================================